'Declaration Public Overloads Function Recognize( _
ByVal imageImage, where text must be recognized.As Vintasoft.Imaging.VintasoftImage, _
ByVal ocrEngineSettingsOCR engine settings, which must be used for text recognition.As OcrEngineSettings, _
ByVal imageRegionsA image regions, where text must be recognized.As System.Collections.Generic.IEnumerable(Of ImageRegion) _
) As Vintasoft.Imaging.Ocr.Results.OcrPage
public Vintasoft.Imaging.Ocr.Results.OcrPage Recognize(
Vintasoft.Imaging.VintasoftImage image,
OcrEngineSettings ocrEngineSettings,
System.Collections.Generic.IEnumerable<ImageRegion> imageRegions
)
Parameters
- image
- Image, where text must be recognized.
- ocrEngineSettings
- OCR engine settings, which must be used for text recognition.
- imageRegions
- A image regions, where text must be recognized.
Return Value
Result of text recognition as OcrPage.